go/types.Const.Val (method)

7 uses

	go/types (current package)
		call.go#L740: 				assert(exp.Val() != nil)
		object.go#L273: func (obj *Const) Val() constant.Value { return obj.val }

	golang.org/x/exp/apidiff
		apidiff.go#L285: 	if !constant.Compare(old.Val(), token.EQL, new.Val()) {
		apidiff.go#L286: 		d.incompatible(objectWithSide{old, false}, "", "value changed from %s to %s", old.Val(), new.Val())

	golang.org/x/tools/internal/gcimporter
		iexport.go#L750: 		w.value(obj.Type(), obj.Val())